CustomAction
public sealed class CustomActionPersistent named Automator workflow with its ordered Asset Inventory action steps and last execution state.
Constructors
Section titled “Constructors”
CustomAction()
Section titled “CustomAction()”public CustomAction()
CustomAction(string)
Section titled “CustomAction(string)”public CustomAction(string name)Creates an empty saved Automator action with the supplied display name.
Parameters
| Name | Type |
|---|---|
name |
System.String |
Methods
Section titled “Methods”
ToString()
Section titled “ToString()”public override string ToString()Returns
System.String
Properties
Section titled “Properties”
[PrimaryKey][AutoIncrement]public int Id { get; set; }Returns
System.Int32
[Indexed][Collation("NOCASE")]public string Name { get; set; }Returns
System.String
Description
Section titled “Description”public string Description { get; set; }Returns
System.String
StopOnFailure
Section titled “StopOnFailure”public bool StopOnFailure { get; set; }Returns
System.Boolean
RunMode
Section titled “RunMode”public CustomAction.Mode RunMode { get; set; }Returns
AssetInventory.CustomAction.Mode