![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Synchronous, IMPACT_INFO.
OWN_PROCESS: Indicates a Win32 service that runs in its own process.INTERACTIVE_OWN_PROCESS: Indicates a Win32 service that runs in its own process and that can interact with the desktop.SHARE_PROCESS: Indicates a Win32 service that shares a process with other services.INTERACTIVE_SHARE_PROCESS: Indicates a Win32 service that shares a process with other services and that can interact with the desktop.KERNEL_DRIVER: Indicates a device driver.FILE_SYSTEM_DRIVER: Indicates a file system driver. STOPPED: The service is not running.START_PENDING: The service is starting.STOP_PENDING: The service is stopping.RUNNING: The service is running.CONTINUE_PENDING: The service continue is pending.PAUSE_PENDING: The service pause is pending.PAUSED: The service is paused. STOP: The service can be stopped.PAUSE_CONTINUE: The service can be paused and continued.SHUTDOWN: The service is notified when system shutdown occurs allowing the system to shut down this service.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |