Skip to main content

IPauseConfiguration

Short summary

An interface to enable and diable pause functionallity.

AccessAbstractFinalExtendsImplements
-NoNo__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