Create a new instance of CallState
callState = state;
return (this == FAILED);
return (this != IN_PROCESS);
return (this == SUCCESS);
return callState;