SetActualSpecValue Method
- Last UpdatedMar 17, 2026
- 1 minute read
The SetActualSpecValue() method saves an actual value for a specific spec parameter for a job, given the entity on which the job is running but not the actual job details.
This overload of the method uses the entity ID to specify the entity.
| Overload | Description |
|---|---|
| SetActualSpecValue(Int32,Int32,String,String,Nullable<Int32>) | The SetActualSpecValue() method saves an actual value for a specific spec parameter for a job, given the entity on which the job is running but not the actual job details. This overload of the method uses the entity ID to specify the entity. |
| SetActualSpecValue(Int32,String,String,String,String,Nullable<Int32>) | The SetActualSpecValue() method saves an actual value for a specific spec parameter for a job, given the entity on which the job is running but not the actual job details. This overload of the method uses the entity name and site name to specify the entity. |