Author |
Message |
Topic: Task status not tsRunning when started 'manually' |
someguy
Replies: 2
Views: 8970
|
Forum: VCL Scheduling Agent Posted: Wed Jul 07, 2004 11:05 am Subject: Task status not tsRunning when started 'manually' |
Thanks Igor, that works a treat.
Cheers! |
Topic: Task status not tsRunning when started 'manually' |
someguy
Replies: 2
Views: 8970
|
Forum: VCL Scheduling Agent Posted: Tue Jul 06, 2004 6:45 am Subject: Task status not tsRunning when started 'manually' |
I am trying to use the Task Scheduler component to create then immediately start (.Run) a task remotely.
The task starts correctly and appears as 'Running' in the Windows Schduler but the component ... |
Topic: Fails to operate under non-interactive NT Services |
someguy
Replies: 2
Views: 8638
|
Forum: VCL Scheduling Agent Posted: Mon May 31, 2004 12:21 pm Subject: aha! |
Igor, that will probably be the cause! In all instances, the IDE has been running. Registration is on it's way! |
Topic: Fails to operate under non-interactive NT Services |
someguy
Replies: 2
Views: 8638
|
Forum: VCL Scheduling Agent Posted: Mon May 31, 2004 8:22 am Subject: Fails to operate under non-interactive NT Services |
The TTaskScheduler never returns from the .Refresh() method when it is called from a non-interactive Windows NT service. We tried...
- Regular Windows App -- OK
- Console App -- OK
- NT Servic ... |
Topic: No error from .Save when task name is invalid |
someguy
Replies: 1
Views: 7450
|
Forum: VCL Scheduling Agent Posted: Sun May 30, 2004 9:50 am Subject: No error from .Save when task name is invalid |
Tasks created with invalid characters, such as a colon, eg abc: def fail silently. The task never appears but no error is thrown. |
Topic: TTaskScheduler.ActiveTask varies from documentation |
someguy
Replies: 0
Views: 6854
|
Forum: VCL Scheduling Agent Posted: Sun May 30, 2004 9:19 am Subject: TTaskScheduler.ActiveTask varies from documentation |
The TTaskScheduler.ActiveTask(xxxx) function does not return NIL as documented when no task exists with the specified name. Instead, it returns an invalid TTask. Accessing information on the returne ... |
|