Interface IZOSUserProgramCompletionEvent

  • All Superinterfaces:
    IZOSUserProgramEvent

    public interface IZOSUserProgramCompletionEvent
    extends IZOSUserProgramEvent
    The IZOSUserProgramCompletionEvent represents an event that is sent when a z/OS user program completes normally.
    Since:
    2.0.0
    Version:
    1.0.0
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • getCompletionCode

        int getCompletionCode()
        Returns the completion code of the z/OS user program.
        Returns:
        the completion code
        Since:
        1.0.0