MVPSI.JAMS Namespace > Job Class : SubmitOnHold Property |
'Declaration
<System.ComponentModel.CategoryAttribute("Execution")> <System.ComponentModel.DescriptionAttribute("If set to true, the job will be scheduled with a 'manual hold' and must be manually released before it will start.")> <System.ComponentModel.DefaultValueAttribute()> Public Property SubmitOnHold As System.Boolean
'Usage
Dim instance As Job Dim value As System.Boolean instance.SubmitOnHold = value value = instance.SubmitOnHold
[System.ComponentModel.Category("Execution")] [System.ComponentModel.Description("If set to true, the job will be scheduled with a 'manual hold' and must be manually released before it will start.")] [System.ComponentModel.DefaultValue()] public System.bool SubmitOnHold {get; set;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2