CallbackMsg

abstract class CallbackMsg : ICallbackMsg

Represents the base object all callbacks are based off.

Author

lngtr

Since

2018-02-22

Inheritors

Constructors

Link copied to clipboard
constructor()

Initializes a new instance of the CallbackMsg class.

Properties

Link copied to clipboard
open override var jobID: JobID

Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.