Sql Server Instance Job Status Response
data class SqlServerInstanceJobStatusResponse(val backgroundJob: BackgroundJobResponse? = null, val id: String? = null, val instanceName: String? = null, val jobException: String? = null, val jobStatus: String? = null, val sequencerActions: List<SequencerActionResponse>? = null)
The status of the job running on the SQL Server instance.
Constructors
Link copied to clipboard
constructor(backgroundJob: BackgroundJobResponse? = null, id: String? = null, instanceName: String? = null, jobException: String? = null, jobStatus: String? = null, sequencerActions: List<SequencerActionResponse>? = null)