Wait For Service

Waits for a service

This activity suspends the execution of the process until a service starts, stops, or pauses.

Input

  • Wait for service to:

    • Start(default) - Waits for the service to start.

    • Stop - Waits for the service to stop.

    • Pause - Waits for the service to pause or suspend.

  • Service Name: String Argument Specifies the name of the service to wait for.

Last updated