• Binbin's avatar
    Allow running WAITAOF in scripts, remove NOSCRIPT flag (#12977) · 85c31e0c
    Binbin authored
    In #11568 we removed the NOSCRIPT flag from commands, e.g. removing
    NOSCRIPT flag from WAIT. Aiming to allow them in scripts and let them
    implicitly behave in the non-blocking way.
    
    This PR remove NOSCRIPT flag from WAITAOF just like WAIT (to be
    symmetrical)).
    And this PR also add BLOCKING flag for WAIT and WAITAOF.
    85c31e0c
scripting.tcl 79.2 KB