Thanks Igor, that works a treat.
Cheers!
Search found 6 matches
- Wed Jul 07, 2004 11:05 am
- Forum: VCL Scheduling Agent
- Topic: Task status not tsRunning when started 'manually'
- Replies: 2
- Views: 15626
- Tue Jul 06, 2004 6:45 am
- Forum: VCL Scheduling Agent
- Topic: Task status not tsRunning when started 'manually'
- Replies: 2
- Views: 15626
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's Status is still shows tsNotScheduled. I've tried creating a dummy 'Once off' trigger set to 10 years...
- Mon May 31, 2004 12:21 pm
- Forum: VCL Scheduling Agent
- Topic: Fails to operate under non-interactive NT Services
- Replies: 2
- Views: 15046
aha!
Igor, that will probably be the cause! In all instances, the IDE has been running. Registration is on it's way!
- Mon May 31, 2004 8:22 am
- Forum: VCL Scheduling Agent
- Topic: Fails to operate under non-interactive NT Services
- Replies: 2
- Views: 15046
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 Service as LocalSystem, Interactive -- Works OK - NT Service as LocalSystem, NON-Interactive -- FAILS - NT Service...
- Sun May 30, 2004 9:50 am
- Forum: VCL Scheduling Agent
- Topic: No error from .Save when task name is invalid
- Replies: 1
- Views: 12911
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.
- Sun May 30, 2004 9:19 am
- Forum: VCL Scheduling Agent
- Topic: TTaskScheduler.ActiveTask varies from documentation
- Replies: 0
- Views: 16068
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 returned object results in an ETaskError exception. Could you please fix this asap as there is no other way t...