BlockingTask

abstract inner class BlockingTask(name: String? = null) : IdentityIfc

A BlockingTask is a task that takes time to complete and will block the process of an entity that will wait for it to complete.

Parameters

name

the name of the task

Inheritors

Constructors

Link copied to clipboard
constructor(name: String? = null)

Properties

Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override var label: String?
Link copied to clipboard
open override val name: String