SuccessNotification

data class SuccessNotification(jobID: HashID) : JsonSerializable

Job Success Notification

Parameters

jobID

Hash ID of the job that completed successfully.

Constructors

Link copied to clipboard
fun SuccessNotification(jobID: HashID)

Constructs a new SuccessNotification instance wrapping the given job ID.

Types

Link copied to clipboard
object Companion : JsonDeserializable<ObjectNode, SuccessNotification>

Functions

Link copied to clipboard
open override fun toJson(): ObjectNode

Converts the parent instance into a JSON node.

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val jobID: HashID