Skip to content

Commit 25e4154

Browse files
authored
Merge pull request #15265 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 503ec3e + b53974c commit 25e4154

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/system-tables/dbo-sysjobsteps-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ ms.author: carlrab
3535
|**flags**|**int**|Reserved.|
3636
|**additional_parameters**|**ntext**|Reserved.|
3737
|**cmdexec_success_code**|**int**|Error-level value returned by **CmdExec** subsystem steps to indicate success.|
38-
|**on_success_action**|**tinyint**|Action to be performed when a step is executed successfully.|
38+
|**on_success_action**|**tinyint**|Action to be performed when a step is executed successfully.<br /><br /> **1** = (default) Quit with success<br /><br /> **2** = Quit with failure<br /><br /> **3** = Go to next step<br /><br /> **4** = Go to step _on_success_step_id_|
3939
|**on_success_step_id**|**int**|ID of the next step to execute when a step is executed successfully.|
40-
|**on_fail_action**|**tinyint**|Action to be performed when a step is not executed successfully.|
40+
|**on_fail_action**|**tinyint**|Action to be performed when a step is not executed successfully.<br /><br /> **1** = Quit with success<br /><br /> **2** = (default) Quit with failure<br /><br /> **3** = Go to next step<br /><br /> **4** = Go to step _on_fail_step_id_|
4141
|**on_fail_step_id**|**int**|ID of the next step to execute when a step is not executed successfully.|
4242
|**server**|**sysname**|Reserved.|
4343
|**database_name**|**sysname**|Name of the database in which **command** is executed if **subsystem** is TSQL.|

0 commit comments

Comments
 (0)