Skip to contents

Abstract cluster monitor R6 class

Details

See crew_monitor_cluster().

Active bindings

verbose

See crew_monitor_cluster().

command_list

See crew_monitor_cluster().

command_terminate

See crew_monitor_cluster().

Methods


Method new()

Abstract cluster monitor constructor.

Usage

crew_class_monitor_cluster$new(
  verbose = NULL,
  command_list = NULL,
  command_terminate = NULL
)

Arguments

verbose

See crew_monitor_cluster().

command_list

See crew_monitor_cluster().

command_terminate

See crew_monitor_cluster().

Returns

an abstract cluster monitor object.


Method validate()

Validate the monitor.

Usage

crew_class_monitor_cluster$validate()

Returns

NULL (invisibly).