// if( this.JobName.IsEmpty() && (this.JobChainName.IsEmpty() || this.OrderId.IsEmpty()) ) {
// this.SignalError(String.format("Either the option JobName or the options JobChainName and OrderId are mandatory, must be not null.%n"));
// }
}
catch (Exception e) {
throw new JSExceptionMandatoryOptionMissing(e.toString());
}
} // public void CheckMandatory ()