Click or drag to resize

mEdmTaskInstanceSetStatus Method

Namespace:  CADSharpTools.Testing
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public void SetStatus(
	EdmTaskStatus eStatus,
	int lHRESULT,
	string bsCustomMsg,
	Object oNotificationAttachments,
	string bsExtraNotificationMsg
)

Parameters

eStatus
Type: EdmTaskStatus
lHRESULT
Type: SystemInt32
bsCustomMsg
Type: SystemString
oNotificationAttachments
Type: SystemObject
bsExtraNotificationMsg
Type: SystemString

Implements

IEdmTaskInstance.SetStatus(EdmTaskStatus, Int32, String, Object, String)
See Also