Property IsPaused
IsPaused
Pause state of the scenario. Returns true when the scenario is paused, false otherwise. Set to true to pause, set to false when paused to resume.
Declaration
public bool IsPaused { get; set; }
Property Value
Type | Description |
---|---|
bool |