DOFOperationextend Method OpenDOF Object Access Library
Extend the operation.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public abstract void extend()
Remarks

Extend the operation. The duration of the operation will be the original duration of the operation. Equivalent to calling setTimeout(originalTimeout).
See Also

Reference