|
|
|
|
|
<Connection variable>.InfoTask (Function) In french: <Variable Connexion>.InfoTâche
Available only with this kind of connection
MyConnection is Connection
MyTask is hScheduledTask
MyTask = MyConnection.InfoTask(TaskID)
MyTask.Hour = EDT_Time.Hour + 1
MyConnection.ModifyTask(TaskID, MyTask)
Syntax
<Result> = <Connection>.InfoTask(<Scheduled task>)
Remarks - To check the existence of a task, use the <Connection variable>.ListTask function: simply check whether the task identifier is present among the tasks returned by the <Connection variable>.ListTask function.
- To retrieve the characteristics of a scheduled task, you must have the rights to connect (hRightsConnection or hRightsEncryptedConnection) to the database that contains the stored procedure.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|