No-op callback invoked after executing the command.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(watch_feature_t), | intent(inout) | :: | self | |||
| integer, | intent(in) | :: | exitstat | |||
| real, | intent(in) | :: | seconds |
subroutine feat_after_noop(self, exitstat, seconds) class(watch_feature_t), intent(inout) :: self integer, intent(in) :: exitstat real, intent(in) :: seconds if (.false.) then if (exitstat /= 0) continue if (seconds < 0.0) continue end if end subroutine feat_after_noop