Exemplo n.º 1
0
 public bool IsBuildPending()
 {
     try
     {
         return(DDBWrapper.IsBuildPending(DatasetFolderPath));
     }
     catch (DDBException ex)
     {
         throw new InvalidOperationException($"Cannot call IsBuildPending from ddb '{DatasetFolderPath}'", ex);
     }
 }