|
|
|
BlueCielo Meridian Enterprise 2013 VBScript API Reference | BlueCielo ECM Solutions |
Submits the current Task object to the Task Server.
Syntax
Submit(Type As String, [FSObject As IUnknown*], [StartAt], [Priority As Long = 0], [Server As String])
Name | Description |
---|---|
Type |
The type of task that will be executed. This must be the ProgID of the task extension that will perform the task. The ProgID is a combination of the task extension project name and the class name used by the Visual Basic project that produced the task extension. |
FSObject |
Optional Document or Folder object. This parameter is only required if the task extension uses this information. |
StartAt |
Optional date value in Greenwich Mean Time (GMT) until which to delay the execution of the task. |
Priority |
Reserved for future use. |
Server |
Optional name of the computer that is running the Task Server service. The task will be executed on this computer. You can omit this parameter to use the default Task Server computer. |
Remarks
The argument names passed to Task Server extensions built with the BlueCielo .NET API are case-sensitive.
Related concepts
Copyright © 2000-2013 BlueCielo ECM Solutions |