SoSensorIsScheduled Method |
Returns true if this sensor has been scheduled and is waiting in a sensor queue to be triggered.
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool IsScheduled()
Public Function IsScheduled As Boolean
public:
bool IsScheduled()
member IsScheduled : unit -> bool
Return Value
Type:
BooleanRemarks Sensors are removed from the queue before their delegatefunction is triggered.
See Also