Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
adding CANCELED in FTSÂ3 state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot committed Oct 27, 2016
1 parent c29213d commit e03e812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Monitor/perl_lib/ASO/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ our %exit_states =
STAGING => 0,
STARTED => 0,
NOT_USED => 2,
CANCELED => 2
);

sub new
Expand All @@ -84,7 +85,7 @@ sub new
map { $self->{$_} = $args{$_} } keys %args;
$self->{LOG} = [];
$self->{ME} = $self->{TASKID}; # in case it's already set

bless $self, $class;
return $self;
}
Expand Down

0 comments on commit e03e812

Please sign in to comment.