Click or drag to resize

HandleCommandServerNotifyTaskStatus Method

Send a Task Status Notification

Namespace:  CSharpGrid.TCPServer
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void NotifyTaskStatus(
	string taskDll,
	string taskClass,
	string step,
	PRODTask_Status status
)

Parameters

taskDll
Type: SystemString
Name of Task DLL
taskClass
Type: SystemString
Name of Task Class
step
Type: SystemString
Current Step
status
Type: CSharpGrid.TasksPRODTask_Status
Current Status
See Also