| IAssemblyExecutionManager Methods |
[This is preliminary documentation and is subject to change.]
The IAssemblyExecutionManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Boolean | EngineIsRunning | ||
| IClassResult | Execute(Int64, DictionaryString, Object, NullableLogLevelEnum) |
Executes an assembly
| |
| IClassResult | Execute(Int64, Hashtable, NullableLogLevelEnum) | Obsolete.
For backwards compatibility only, no further use
| |
| IClassResult | Execute(String, String, DictionaryString, Object, LogLevelEnum) |
Executes an assembly. This overload will not perform a db lookup
| |
| void | ExecuteAssemblyJob(Int64) |
Executes an assembly job
| |
| IEnumerableT, T: IClassArgument | GetArguments(Int64) |
Retrieves the arguments for an assembly
| |
| IAssemblyMetadata | GetAssemblyMetadata(String) |
Retrieves assembly metadata
| |
| String | GetDescription(Int64) |
Retrieves the description of the assembly
| |
| IClassOutput | GetOutputType(Int64) |
Retrieves the output type of the assembly
| |
| void | SkipAssemblyJob(Int64) |
Skips an assembly job
|