crew_class_monitor_cluster {crew.cluster} | R Documentation |
Abstract cluster monitor R6
class
verbose
command_list
command_terminate
new()
Abstract cluster monitor constructor.
crew_class_monitor_cluster$new( verbose = NULL, command_list = NULL, command_terminate = NULL )
verbose
command_list
command_terminate
an abstract cluster monitor object.
validate()
Validate the monitor.
crew_class_monitor_cluster$validate()
NULL
(invisibly).
Other cluster:
crew_class_launcher_cluster
,
crew_launcher_cluster()
,
crew_monitor_cluster()