.NET Framework Class Library
TaskManager.TaskSubmit Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > TaskManager Class > TaskManager Methods > .NET Framework Class Library |
Submit the defined task (see TaskCreate/TaskAppend) as a new effective task of the TaskManager
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub TaskSubmit |
C# |
|---|
public void TaskSubmit() |
Visual C++ |
|---|
public: void TaskSubmit() |
JavaScript |
|---|
function taskSubmit(); |
Remarks
See Also