ITimeU.Controllers.CheckpointController.CheckpointWasCreatedSuccessfully C# (CSharp) Method

CheckpointWasCreatedSuccessfully() private method

private CheckpointWasCreatedSuccessfully ( ) : bool
return bool
        private bool CheckpointWasCreatedSuccessfully()
        {
            return TempData.Keys.Contains(KEY_A_CHECKPOINT_WAS_CREATED_SUCCESSFULLY) &&
                (bool)GetTempData(KEY_A_CHECKPOINT_WAS_CREATED_SUCCESSFULLY) == true;
        }