The actual processing is performed in a separate thread. A FileJob needs to be started explicitely using {@link #start()}. The lifecycle of a FileJob is as follows:
{@link #NOT_STARTED} -> {@link #RUNNING} -> {@link #FINISHED}^ | | -> {@link #INTERRUPTED}| | | -> {@link #PAUSED} -|| | -------------------------------------|@author Maxence Bernard
|
|