IPauseConfiguration
Short summary
An interface to enable and diable pause functionallity.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | __System.IQueryInterface | - |
UML Diagram
Methods
disable
- Return type:
VOID
This method disables pausing, disabling the cycle manager transition to PAUSED even if pause signal is active.…
enable
- Return type:
VOID
This method enables pausing, allowing the cycle manager to transition to PAUSED state if pause is active.…
Code
Declaration
INTERFACE IPauseConfiguration EXTENDS __System.IQueryInterface