Click or drag to resize

InfoResponse Constructor

User task info constructor

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public InfoResponse(
	InfoEnum info,
	string[] arguments,
	bool entry = false,
	bool exit = false
)

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