Class BusyState

java.lang.Object
com.iizix.test.client.BusyState

public class BusyState extends Object
The busy state of a client session.
Author:
Christopher Mindus
  • Field Details

    • msg

      public final String msg
      Message string in HTML.
    • delay

      public final int delay
      Delay to show it: -2=default, -1=disabled, 0=immediate, >0 milliseconds.
    • progress

      public final int progress
      Progress bar value: -1 for none, otherwise a value 0-100 for progress in percent.