Method CreateScriptAction
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
CreateScriptAction()
Creates a new script action builder.
public static IDmsSchedulerScriptActionBuilder CreateScriptAction()
Returns
- IDmsSchedulerScriptActionBuilder
A new script action builder instance.
CreateScriptAction(IDmsSchedulerScriptAction)
Creates a script action builder from an existing action.
public static IDmsSchedulerScriptActionBuilder CreateScriptAction(IDmsSchedulerScriptAction existingAction)
Parameters
existingActionIDmsSchedulerScriptActionThe existing action to copy from.
Returns
- IDmsSchedulerScriptActionBuilder
A script action builder initialized with the existing action's values.
Exceptions
- ArgumentNullException
existingActionis null.