Description

RTI_TASK_STARTUP starts a polling service to process background tasks.

It is a member of the RTI_TASK_xxx programs.

Syntax

Rslt = RTI_TASK_STARTUP(bStartPolling{, task_id})

Parameters

The function has the following parameters:

ParameterDescription
bStartPollingTrue(1) to launch an oinsight.exe process to poll the task queue for pending tasks and launch them.
task_id(Optional) The id of a specific task to launch.

Returns

Notes: RTI_TASK_STARTUP is a supporting routine, normally called by RTI_TASK_SUBMIT. Use RTI_TASK_STARTUP if you want to launch a task or start a poller yourself. The task will use the credentials of the current user.

See Also

RTI_TASK_SUBMITRTI_TASK_STATUSRTI_TASK_SHUTDOWNRTI_TASKMANAGER

  • No labels