Back to Index

 

How to Abort a job in code

Sometimes, if you are writing custom VB.NET code in the PreJobCode and/or PostJobCode code behind functions, it may become necessary to manually abort a job via code.  

To do this, simply return the ReturnStatusTypes.Aborted value from the function.

 

Return ReturnStatusTypes.Aborted

 

 


© 2003 - 2007 Relational Solutions, Inc. - All rights reserved