Click or drag to resize
SoSystemTimerSetTask Method

Sets the task executed when the timer is triggered.

Namespace: OIV.Inventor.Sensors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public abstract void SetTask(
	SoSystemTimerTask task
)

Parameters

task
Type: OIV.Inventor.SensorsSoSystemTimerTask
Remarks

When the timer is is triggered, it calls the run() method of task.

See Also