ActivationGroup class | QSYS API Reference Guide
Provides the facilities to organize the instances of programs and service programs into related groups.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object
Properties
| Type | Name | Description |
|---|---|---|
| Int32 | Count | Gets the number of programs active in the activation group. |
| CommonProgram | DynamicCreator | Gets the program that cause the *NEW dynamic creation of the activation group. |
| Boolean | IsDynamic | Gets a value that indicates whether the activation group was created *NEW for a program and will be dynamically deleted when the program ends. |
| String | Name | Gets the name of the activation group. |
Methods
| Signature | Description |
|---|---|
| EndPrograms() | Disposes of all the programs belonging to the activation group. |
void EndPrograms()
Disposes of all the programs belonging to the activation group.
void EndPrograms()