ScheduledJob(String, String, ScheduledJobDefinition) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor.
public ScheduledJob (string command, string name, Microsoft.PowerShell.ScheduledJob.ScheduledJobDefinition jobDefinition);
new Microsoft.PowerShell.ScheduledJob.ScheduledJob : string * string * Microsoft.PowerShell.ScheduledJob.ScheduledJobDefinition -> Microsoft.PowerShell.ScheduledJob.ScheduledJob
Public Sub New (command As String, name As String, jobDefinition As ScheduledJobDefinition)
Parameters
- command
- String
Job command string for display
- name
- String
Name of job
- jobDefinition
- ScheduledJobDefinition
ScheduledJobDefinition defining job to run