No-op callback invoked just before executing the command.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(watch_feature_t), | intent(inout) | :: | self | |||
| character(len=:), | intent(inout), | allocatable | :: | cmd |
subroutine feat_before_noop(self, cmd) class(watch_feature_t), intent(inout) :: self character(len=:), allocatable, intent(inout) :: cmd if (.false.) then if (allocated(cmd)) continue end if end subroutine feat_before_noop