ALFA.Database.ACR_PCUpdateStatus C# (CSharp) Method

ACR_PCUpdateStatus() public method

This method updates regularly-saved persistent information.
public ACR_PCUpdateStatus ( uint PCToUpdate, bool UpdateLocation ) : void
PCToUpdate uint the PC to be updated
UpdateLocation bool whether or not to also update location
return void
        public void ACR_PCUpdateStatus(uint PCToUpdate, bool UpdateLocation)
        {
            DemandInitialize();

            ACR_PCUpdateStatus_Method.Invoke(DBLibraryScript, new object[] { PCToUpdate, UpdateLocation ? CLRScriptBase.TRUE : CLRScriptBase.FALSE });
        }