Griffith::Task
Inherits Griffith::Publisher / Reference / Object
Constructors
Instance methods
description
Sourcedetails
Sourcedone(status_message : Nil | String = Config.done_message)
Sets the status message. Defaults to: Griffith::Config::DEFAULT_DONE_MESSAGE.
fail(status_message : Nil | String = Config.fail_message)
Sets the status message. Defaults to: Griffith::Config::DEFAULT_FAIL_MESSAGE.
running(status_message : Nil | String = Config.running_message)
Sets the status message. Defaults to: Griffith::Config::DEFAULT_RUNNING_MESSAGE.
status_message
Source