Class: IExecActionType
"An IExec action type is a grouping of characteristics unique to an action that executes a command-line operation on a Windows operating system. [based on https://docs.microsoft.com/en-us/windows/win32/api/taskschd/nn-taskschd-iexecaction?redirectedfrom=MSDN]"
 classDiagram
    class IExecActionType
      UcoInherentCharacterizationThing <|-- IExecActionType
      IExecActionType : execArguments
      IExecActionType : execProgramHashes
          IExecActionType ..> Hash : execProgramHashes
      IExecActionType : execProgramPath
      IExecActionType : execWorkingDirectory
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- IExecActionType
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| execProgramHashes | 0..1  Hash  | 
"Specifies the hashes of the executable file launched by the action | direct | 
| execArguments | 0..1  String  | 
"Specifies the arguments associated with the command-line operation launched ... | direct | 
| execProgramPath | 0..1  String  | 
"Specifies the path to the executable file launched by the action | direct | 
| execWorkingDirectory | 0..1  String  | 
"Specifies the directory that contains either the executable file or the file... | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| TaskActionType | iExecAction | range | IExecActionType | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:IExecActionType | 
| native | master:IExecActionType | 
LinkML Source
Direct
name: IExecActionType
description: '"An IExec action type is a grouping of characteristics unique to an
  action that executes a command-line operation on a Windows operating system. [based
  on https://docs.microsoft.com/en-us/windows/win32/api/taskschd/nn-taskschd-iexecaction?redirectedfrom=MSDN]"'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- execProgramHashes
- execArguments
- execProgramPath
- execWorkingDirectory
slot_usage:
  execProgramHashes:
    name: execProgramHashes
    multivalued: true
    domain_of:
    - IExecActionType
Induced
name: IExecActionType
description: '"An IExec action type is a grouping of characteristics unique to an
  action that executes a command-line operation on a Windows operating system. [based
  on https://docs.microsoft.com/en-us/windows/win32/api/taskschd/nn-taskschd-iexecaction?redirectedfrom=MSDN]"'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slot_usage:
  execProgramHashes:
    name: execProgramHashes
    multivalued: true
    domain_of:
    - IExecActionType
attributes:
  execProgramHashes:
    name: execProgramHashes
    description: '"Specifies the hashes of the executable file launched by the action."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: execProgramHashes
    owner: IExecActionType
    domain_of:
    - IExecActionType
    range: Hash
  execArguments:
    name: execArguments
    description: '"Specifies the arguments associated with the command-line operation
      launched by the action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380715(v=vs.85).aspx."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: execArguments
    owner: IExecActionType
    domain_of:
    - IExecActionType
    range: string
  execProgramPath:
    name: execProgramPath
    description: '"Specifies the path to the executable file launched by the action.
      See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380715(v=vs.85).aspx."'
    from_schema: https://w3id.org/lmodel/uco-master
    broad_mappings:
    - sumo:FilePath
    rank: 1000
    alias: execProgramPath
    owner: IExecActionType
    domain_of:
    - IExecActionType
    range: string
  execWorkingDirectory:
    name: execWorkingDirectory
    description: '"Specifies the directory that contains either the executable file
      or the files that are used by the executable file launched by the action. See
      also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380715(v=vs.85).aspx."'
    from_schema: https://w3id.org/lmodel/uco-master
    broad_mappings:
    - sumo:FilePath
    - wikidata:Q1192634
    rank: 1000
    alias: execWorkingDirectory
    owner: IExecActionType
    domain_of:
    - IExecActionType
    range: string