--- alias: user-guide-automation-task-oib-stopstation tags: - automation tasks description: "This task executes a command to halt a station, providing success or error status" --- # Stop Station This task will send the command to stop the given Station, with no expected reply. ![1562171137862](./images/stopstation_parameters.png) ## Inputs | Name | Data Type | Description | |-------------|-----------|-------------------| | lineName | `String` | Line Full Path | | stationName | `String` | Station name | | Activate | `Any` | Activate the task | ## Outputs | Name | Data Type | Description | | ------- | --------- | ------------------------------------------------ | | Success | `Boolean` | Triggered when the task is executed with success | | Error | `Error` | Triggered when the task failed for some reason | ## Settings On the `General` tab, you have the usual settings. ![1562259678207](./images/stopstation_settings.png) ## Remarks None.