Interface UncancellableInstruction

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BaseIdentity, CancelFailure

    @Generated("mdsal-binding-generator")
    public interface UncancellableInstruction
    extends CancelFailure
    The specified instruction is in process of being executed and cannot be cancelled. Wait for the execution process to complete.

    This class represents the following YANG schema fragment defined in module programming

     identity uncancellable-instruction {
       base cancel-failure;
     }
     
    The schema path to identify an instance is programminguncancellable-instruction
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME