ExcelServicesWork.JobStatus Property

Gets or sets the job status of the open workbook method.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Property JobStatus As Status()
    Get
    Set
'Usage
Dim instance As ExcelServicesWork
Dim value As Status()

value = instance.JobStatus

instance.JobStatus = value
public Status[] JobStatus { get; set; }

Property Value

Type: []
The status information.

Remarks

This property returns the status information if errors happen with the OpenWorkbook method.

See Also

Reference

ExcelServicesWork Class

ExcelServicesWork Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace