Gimp.PDB.get_last_status

@accepts(Gimp.PDB)
@returns(Gimp.PDBStatusType)
def get_last_status(self):
    # Python wrapper for gimp_pdb_get_last_status()
  

Retrieves the status from the last procedure call.

Since 3.0

self

a Gimp.PDB.

Returns