User task info constructor
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic InfoResponse(
InfoEnum info,
string[] arguments,
bool entry = false,
bool exit = false
)
Public Sub New (
info As InfoEnum,
arguments As String(),
Optional entry As Boolean = false,
Optional exit As Boolean = false
)
public:
InfoResponse(
InfoEnum info,
array<String^>^ arguments,
bool entry = false,
bool exit = false
)
new :
info : InfoEnum *
arguments : string[] *
?entry : bool *
?exit : bool
(* Defaults:
let _entry = defaultArg entry false
let _exit = defaultArg exit false
*)
-> InfoResponse
Parameters
- info InfoEnum
- The infom message enumerate.
- arguments String
- The arguments for the message.
- entry Boolean (Optional)
- True if an existing open entry should be looked up.
- exit Boolean (Optional)
- True if the entry should be kept open for upddate.
See Also