G
Guest
Hi,
I run a windows service, every 30 minutes.
The tasks in the service can take one time 30 minutes, one time 1 hour, and
one time 10 minutes or less, it depends on the data that the user supplies to
the system.
How can I prevent a situation that a new cycle of the service start before
the previous completes?
Thanks in advance.
I run a windows service, every 30 minutes.
The tasks in the service can take one time 30 minutes, one time 1 hour, and
one time 10 minutes or less, it depends on the data that the user supplies to
the system.
How can I prevent a situation that a new cycle of the service start before
the previous completes?
Thanks in advance.