Submitting a task

Tasks for execution by the Task Server can be submitted from VBScript. To allow tasks to be invoked by the Meridian client applications, there is a Task object in the VBScript object model. The Task object is a property of the Vault object. It implements three methods required to compose and submit tasks: Set, Submit, and Reset.

First, the Set and Reset methods are used to set the correct parameter values for the task. These values are the specifics of the task to be performed and they are temporarily stored on the client. When the Submit method is called, these values will be passed to the Task Server where they are stored until the task is executed.

Related concepts

About the BlueCielo Task Server

Understanding the system requirements

Understanding task file management

Related tasks

Setting up the Task Server

Using the Task Server with Web Access

Related information

Set method

Reset method

Submit method