|
mEdmTaskInstanceSetStatus Method
|
Namespace:
CADSharpTools.Testing
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic void SetStatus(
EdmTaskStatus eStatus,
int lHRESULT,
string bsCustomMsg,
Object oNotificationAttachments,
string bsExtraNotificationMsg
)
Public Sub SetStatus (
eStatus As EdmTaskStatus,
lHRESULT As Integer,
bsCustomMsg As String,
oNotificationAttachments As Object,
bsExtraNotificationMsg As String
)
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