package org.jetbrains.android.util; /** * @author Eugene.Kudelevsky */ public enum ExecutionStatus { SUCCESS, ERROR, TIMEOUT }