GetDisruptionEndTime

Syntax

<Path>.GetDisruptionEndTime → time

The read-only attribute GetDisruptionEndTime returns the point in time at which the next end of a failure (compare DisruptionEnd in the list of scheduled events) is scheduled to take place.

The read-only attribute GetDisruptionEndTime only considers automatically created events. The read-only attribute does not consider a failure event which you manually inserted with the methods startFailure or startFailureIn.

Return Value

The return value has the data type time.

If no event exists, the method returns -1.

Example

print mystation.GetDisruptionEndTime

Related Topic

GetDisruptionBeginTime