InstanceInformationSetTimer Method

Scanjour Workflow4 Reference Manual
Setup a timer for the workflow instance.

Namespace:  Scanjour.Workflow4.Host
Assembly:  Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public void SetTimer(
	DateTime newTime
)

Parameters

newTime
Type: SystemDateTime
The time to resume the workflow instance.
See Also

Reference