Class: NattyUI::Wrapper::Task

Inherits:
Message show all
Includes:
ProgressAttributes
Defined in:
lib/natty-ui/wrapper/task.rb

Overview

A Message container to visualize the progression of a task.

See Also:

Instance Attribute Summary collapse

Instance Attribute Details

#completed?Boolean (readonly) Originally defined in module ProgressAttributes

Returns whether the task completed successfully.

Returns:

  • (Boolean)

    whether the task completed successfully

#failed?Boolean (readonly) Originally defined in module ProgressAttributes

Returns whether the task failed.

Returns:

  • (Boolean)

    whether the task failed