JAMS Developer Guide
ResetTriggers Method (Job)


MVPSI.JAMS Namespace > Job Class : ResetTriggers Method
Resets triggers on the job that match the passed name. If the name is null or empty, all of the job's triggers are reset.
Syntax
'Declaration
 
Public Function ResetTriggers( _
   ByVal triggerName As System.String _
) As ValidationLog
'Usage
 
Dim instance As Job
Dim triggerName As System.String
Dim value As ValidationLog
 
value = instance.ResetTriggers(triggerName)
public ValidationLog ResetTriggers( 
   System.string triggerName
)

Parameters

triggerName
Requirements

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

See Also

Reference

Job Class
Job Members