clsTask..::..Execute Method

Namespace:  JiwaFinancials.Jiwa.JiwaArchiving
Assembly:  JiwaArchiving (in JiwaArchiving.dll)

Syntax


public void Execute(
	ref clsTaskHistory..::..TaskHistoryStatuses Status,
	ref string Message,
	ref string Report,
	ref bool ThisIsAManualExecution,
	ref string NameOfSchedule,
	ref string ExecutionID
)
Public Sub Execute ( _
	ByRef Status As clsTaskHistory..::..TaskHistoryStatuses, _
	ByRef Message As String, _
	ByRef Report As String, _
	ByRef ThisIsAManualExecution As Boolean, _
	ByRef NameOfSchedule As String, _
	ByRef ExecutionID As String _
)
public:
void Execute(
	clsTaskHistory..::..TaskHistoryStatuses^% Status, 
	String^% Message, 
	String^% Report, 
	bool^% ThisIsAManualExecution, 
	String^% NameOfSchedule, 
	String^% ExecutionID
)

Parameters

Status
Type: JiwaFinancials.Jiwa.JiwaArchiving..::..clsTaskHistory..::..TaskHistoryStatuses%
Message
Type: String%
Report
Type: String%
ThisIsAManualExecution
Type: Boolean%
NameOfSchedule
Type: String%
ExecutionID
Type: String%