ChangeSpecValue Method
- Last UpdatedNov 06, 2025
- 1 minute read
The ChangeSpecValue() method changes a specific specification parameter’s value for the current running job and optionally the operation from which this job was created (if defined). This allows for runtime changing of spec values by users with appropriate privileges based on the job currently running on an entity.
This overload of the method uses the entity ID to identify the entity specified for the method.
| Overload | Description |
|---|---|
| ChangeSpecValue(Int32,String,Int32,String,String,Boolean,Nullable<Int32>,String,String,Nullable<Int32>) | The ChangeSpecValue() method changes a specific specification parameter’s value for the current running job and optionally the operation from which this job was created (if defined). This allows for runtime changing of spec values by users with appropriate privileges based on the job currently running on an entity. This overload of the method uses the entity ID to identify the entity specified for the method. |
| ChangeSpecValue(Int32,String,String,String,String,String,Boolean,Nullable<Int32>,String,String,Nullable<Int32>) | The ChangeSpecValue() method changes a specific specification parameter’s value for the current running job and optionally the operation from which this job was created (if defined). This allows for runtime changing of spec values by users with appropriate privileges based on the job currently running on an entity. This overload of the method uses the entity name and site name to identify the entity specified for the method. |