execute_command_line_timeout Subroutine

public subroutine execute_command_line_timeout(command, success, timeout_ms, debug_info)

SECURITY: Command execution with timeout disabled for security compliance

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: command
logical, intent(out) :: success
integer, intent(in), optional :: timeout_ms
character(len=*), intent(in), optional :: debug_info