Click or drag to resize

SimpleStateMachineTmachineIsInactive Property

Tells if the machine was shutdown.

Namespace:  KSPDev.ProcessingUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public bool machineIsInactive { get; }
Request Example View Source

Property Value

Type: Boolean
true if machine has been shutdown and cannot serve transitions anymore.
Remarks
Once the machine was shutdown, all other interactions to it will be bounced with an error log.
See Also