User task info constructor
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public InfoResponse( InfoEnum info, string[] arguments, bool entry = false, bool exit = false )
Parameters
- info
- Type: Scanjour.Workflow4.BaseInfoEnum
The infom message enumerate. - arguments
- Type: SystemString
The arguments for the message. - entry (Optional)
- Type: SystemBoolean
True if an existing open entry should be looked up. - exit (Optional)
- Type: SystemBoolean
True if the entry should be kept open for upddate.
See Also