SimpleUserTaskArgumentsExitOnUpdate Property |
Gets or sets the flas indicating whether or not the user task should exit when an UPDATE bookmark is raised.
Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasksAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic bool ExitOnUpdate { get; set; }
Public Property ExitOnUpdate As Boolean
Get
Set
public:
property bool ExitOnUpdate {
bool get ();
void set (bool value);
}
member ExitOnUpdate : bool with get, set
Property Value
Boolean
True if user task is shown.
See Also